github.com/andybalholm/brotli.Reader.context_modes (field)
8 uses
github.com/andybalholm/brotli (current package)
decode.go#L1167: context_mode = s.context_modes[block_type] & 3
decode.go#L1450: s.context_modes[i] = byte(bits)
decode.go#L2321: s.context_modes = make([]byte, uint(s.num_block_types[0]))
decode.go#L2322: if s.context_modes == nil {
state.go#L175: context_modes []byte
state.go#L208: s.context_modes = nil
state.go#L262: s.context_modes = nil
state.go#L278: s.context_modes = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |